Developer Documentation
PATH  Mac OS X Documentation > Developer Tools > Mac OS X Assembler Guide


Previous | Contents | Next

Using the Assembler

This chapter describes how to run the as assembler, which produces an object file from one or more files of assembly language source code.

Although a.out is the default file name that as gives to the object file that's created (as is conventional with many compilers), the format of the object file is not standard 4.4BSD a.out format. Object files produced by the assembler are in Mach-O (Mach object) file format.


Mac OS X Assembler Guide: Using the Assembler

Previous | Contents | Next